home *** CD-ROM | disk | FTP | other *** search
/ Model Wife / The Best of New Machine Publishing 4 - Disc 2: Model Wife.iso / pc / sampler / erotica.exe / erotica.DXR / 00036.ls < prev    next >
Encoding:
Text File  |  1995-11-20  |  252 b   |  15 lines

  1. on enterFrame
  2.   global sndv
  3.   set the soundEnabled to 0
  4.   set the volume of sprite 1 to (225 - sndv) * 2
  5.   cursor(-1)
  6.   updateStage()
  7.   set the movieTime of sprite 1 to 0
  8. end
  9.  
  10. on exitFrame
  11.   set the soundEnabled to 1
  12.   updateStage()
  13.   startTimer()
  14. end
  15.